home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FCHEK284.ZIP / test / args12.f < prev    next >
Encoding:
Text File  |  1994-11-06  |  122 b   |  8 lines

  1.       character c(50)
  2.       call suba(c(1))
  3.       end
  4.       subroutine suba(c)
  5.       character c
  6.       read *,c
  7.       end
  8.